Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@sumor/base
Advanced tools
轻呈云基础库,可用于浏览器、Node.JS等
通过 npm 安装:
$ npm install --save @sumor/base
ES6方式
//例如要访问的程序路径为level1.level2.level3
import {level1} from '@sumor/base';
level1.level2.level3('parameter1');
Node.js CommonJS方式
//例如要访问的程序路径为level1.level2.level3
const {level1} = require('@sumor/base');
level1.level2.level3('parameter1');
同步函数
func
<Function>
目标函数 (必填项)meta
<Object>
主数据context
<Object>
交互上下文通过实体可定义多个属性,并校验和格式化对象数据
类
definition
<Object>
定义信息 (必填项)通过属性可定义数据格式要求,并校验和格式化单个数据
类
definition
<Object>
定义信息 (必填项)通过规则可校验数据
类
definition
<Object>
定义信息 (必填项)异步延时器,可使用await语法同步执行使程序延时N秒
异步函数
sec
<Number>
延时秒数 (必填项)类
name
<String>
错误名称 (必填项) 技术名称,仅支持字母数字及下划线message
<String>
错误信息 错误详细信息,将返回给最终用户同步函数
timestamp
<Number>
时间戳 (必填项)format
<String>
格式 (必填项) 如:yyyy-MM-dd hh:mm:sstimezone
<String>
时区分钟数偏移量 默认当前时区,例如:切换至UTC+2,该字段设为120同步函数
同步函数
route
<String>
路径 (必填项)suffix
<String>
后缀名同步函数
path
<String>
路径 (必填项)suffix
<String>
后缀名同步函数
path
<String>
路径 (必填项)同步函数
path
<String>
路径 (必填项)同步函数
path
<String>
路径 (必填项)合并多个路径
同步函数
paths
<Array>
路径列表 (必填项)同步函数
path
<String>
路径 (必填项)合并多个路径,如有绝对路径则以最后一个绝对路径为准
同步函数
paths
<Array>
路径列表 (必填项)同步函数
route
<String>
路径 (必填项)suffix
<String>
后缀名同步函数
text
<String>
文本 (必填项)spliter
<String>
分隔符同步函数
name
<String>
名称 (必填项)同步函数
text
<String>
文本 (必填项)spliter
<String>
分隔符lower
<Boolean>
是否为小写驼峰同步函数
name
<String>
名称 (必填项)同步函数
同步函数
同步函数
同步函数
同步函数
target
<Object>
目标对象同步函数
target
<Object>
目标对象path
<String>
目标路径同步函数
target
<Object>
目标对象path
<String>
目标路径value
<Any>
数据同步函数
target
<Object>
目标对象同步函数
同步函数
length
<Number>
时间戳 (必填项)scope
<String>
允许作为结果的字符集 默认为:ABCDEFGHIJKLMNPQRSTUVWXYZabcdefghijkmnpqrstuvwxyz23456789!@#$%^&*()+-=_同步函数
查看数据的类型,如布尔型
同步函数
value
<Any>
数据 要校验的数据FAQs
轻呈云基础库,可用于浏览器、Node.JS等
We found that @sumor/base demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.